home *** CD-ROM | disk | FTP | other *** search
- ; Map Selection Screen cfg file
-
- [GLOBALS]
- BackgroundFile="Map Selection Screen"
-
-
- [TEXTBUTTON_1]
- Font=LARGE ; font to use LARGE/SMALL
- ; 640x480 rectangle
- Rect2=70,530,220,580 ; 800x600 rectangle
- Text=10; OK; ; Button text
- Rect1=56,424,176,464
-
- [TEXTBUTTON_2]
- Font=LARGE ; font to use LARGE/SMALL
- ; 640x480 rectangle
- Rect2=580,530,730,580 ; 800x600 rectangle
- Text=11; Cancel; ; Button text
- Rect1=464,424,584,464
-
-
- [LISTBOX_1]
- Font=SMALL ; font to use LARGE/SMALL
- Rect2=165,178,635,448 ; 800x600 rectangle
- Rect1=132,142,508,358
-
- [TEXT_1]
- Font=LARGE ; font to use LARGE/SMALL
- Rect2=234,62,568,115 ; 800x600 rectangle
- TextFlags=CENTRE
- Text=49; Map Selection; ; text
- Rect1=187,49,454,92
-
-
-
-
-
-
-
-
-